Autogenerated HTML docs for v1.5.0-rc1-gb60d
diff --git a/git-svn.html b/git-svn.html index 49e63b6..954cf47 100644 --- a/git-svn.html +++ b/git-svn.html
@@ -514,7 +514,7 @@ <dd> <p> Only used with the <em>init</em> command. - These are passed directly to <a href="git-init-db.html">git-init-db(1)</a>. + These are passed directly to <a href="git-init.html">git-init(1)</a>. </p> </dd> <dt> @@ -786,7 +786,7 @@ <p>Tracking and contributing to a the trunk of a Subversion-managed project:</p> <div class="listingblock"> <div class="content"> -<pre><tt># Initialize a repo (like git init-db): +<pre><tt># Initialize a repo (like git init): git-svn init http://svn.foo.org/project/trunk # Fetch remote revisions: git-svn fetch @@ -806,7 +806,7 @@ <em><a href="#tracking-multiple-repos">Tracking Multiple Repositories or Branches</a></em></p> <div class="listingblock"> <div class="content"> -<pre><tt># Initialize a repo (like git init-db): +<pre><tt># Initialize a repo (like git init): git-svn multi-init http://svn.foo.org/project \ -T trunk -b branches -t tags # Fetch remote revisions: @@ -911,7 +911,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Jan-2007 05:05:02 UTC +Last updated 13-Jan-2007 08:09:03 UTC </div> </div> </body>